]> shimmer.witbreuk.eu Git - UltimateKEYS.git/blobdiff - autohotkey/UltimateKEYS (for AutoHotkey v1.1).ahk
Add files via upload
[UltimateKEYS.git] / autohotkey / UltimateKEYS (for AutoHotkey v1.1).ahk
index 3ca63cc7935915e06c6119e978f82a62ff99979b..9c96777a96fdb3d3557dec62e67e3672a4f87677 100644 (file)
@@ -1,6 +1,6 @@
 #requires AutoHotkey v1.1
 
 #requires AutoHotkey v1.1
 
-; UltimateKEYS (for AutoHotkey v1.1).ahk - 2023-12-12
+; UltimateKEYS (for AutoHotkey v1.1).ahk - 2023-12-28
 
 ; Website :  www.ultimatekeys.info (pieter-degroote.github.io/UltimateKEYS/)
 
 
 ; Website :  www.ultimatekeys.info (pieter-degroote.github.io/UltimateKEYS/)
 
@@ -990,7 +990,7 @@ cmpSemicolon.item["o"] := "{u+25e6}"  ; (◦) white bullet
 cmpSemicolon.item["h"] := "{u+2043}"  ; (⁃) hyphen bullet
 cmpSemicolon.item["t"] := "{u+2023}"  ; (‣) triangular bullet
 cmpSemicolon.item["q"] := "{u+25aa}"  ; (▪) black small square
 cmpSemicolon.item["h"] := "{u+2043}"  ; (⁃) hyphen bullet
 cmpSemicolon.item["t"] := "{u+2023}"  ; (‣) triangular bullet
 cmpSemicolon.item["q"] := "{u+25aa}"  ; (▪) black small square
-cmpSemicolon.item["r"] := "{u+25ab}"  ; (▫) white small square
+cmpSemicolon.item["u"] := "{u+25ab}"  ; (▫) white small square
 cmpSemicolon.item["w"] := "{u+25b4}"  ; (▴) black up-pointing small triangle
 cmpSemicolon.item["a"] := "{u+25c2}"  ; (◂) black left-pointing small triangle
 cmpSemicolon.item["s"] := "{u+25be}"  ; (▾) black down-pointing small triangle
 cmpSemicolon.item["w"] := "{u+25b4}"  ; (▴) black up-pointing small triangle
 cmpSemicolon.item["a"] := "{u+25c2}"  ; (◂) black left-pointing small triangle
 cmpSemicolon.item["s"] := "{u+25be}"  ; (▾) black down-pointing small triangle
@@ -1884,8 +1884,8 @@ cmpSmallN.item["0"] := "{u+277f}"  ; (❿) dingbat negative circled digit 10
 >!/::Send {u+00bf}   ; (¿) inverted question mark
 >!?::Send {u+2026}   ; (…) horizontal ellipsis
 
 >!/::Send {u+00bf}   ; (¿) inverted question mark
 >!?::Send {u+2026}   ; (…) horizontal ellipsis
 
->!space::Send {u+00a0}   ; non-breaking space (NBSP)
->!+space::Send {u+00a0}  ; non-breaking space (NBSP)
+>!space::Send {u+00a0}   ;     non-breaking space (NBSP)
+>!+space::Send {u+2022}  ; (•) bullet
 
 
 ; Configuration :  Compose Key Selector
 
 
 ; Configuration :  Compose Key Selector